home *** CD-ROM | disk | FTP | other *** search
- goto menu
-
- dial:
- isfile s8
- if success
- return
- else
- endif
- clear
- message "│ 215 │"
- locate 0,8
- message s8
- locate 0,17
- message "│ Philadelphia, PA │"
- locate 0,49
- message s6
- locate 0,77
- message "│"
- locate 2,0
- transmit "I!"
- pause 1
- transmit "ATZ!"
- waitfor "OK"
- transmit "^E!"
- waitfor "READY"
- transmit "D"
- transmit S8
- transmit "!"
- rget s9
- rget s9 80 40
- rget s9 40 40
- rget s9 40 40
-
- mess:
- find s9 "BUSY"
- if found
- assign s7 "M"
- return
- else
- endif
- find s9 "ANSWER TONE"
- if found
- set parity none
- set databits 8
- clear
- log open s8
- alarm 2
- exit
- else
- endif
- find s9 "RINGING"
- if found
- rget s9
- find s9 "RINGING"
- if not found
- goto mess
- else
- log open s8
- message "NO ANSWER - STILL RINGING"
- log close
- transmit "^C^D^C"
- endif
- else
- endif
- return
-
- menu:
- assign s7 " "
- log close
- clear
- message "╔════════════════════════════════════════════════════════════════════════════╗"
- message "║ A- Junewood ............... 945-4780 V- TIBBS .................. 927-6432 ║"
- message "║ B- Que .................... 743-1799 W- JeBBS Jefferson Med .... 928-7503 ║"
- message "║ C- Comm Net ............... 649-5422 X- WCS TBBS ............... 945-4780 ║"
- message "║ D- Newtown Square ......... 356-0860 Y- Coast Nochange ......... 945-8182 ║"
- message "║ E- PACS ................... 635-5227 Z- Huntingdon BBS ......... 947-5240 ║"
- message "║ F- SoftShop ............... 663-1487 0- ........................ ...-.... ║"
- message "║ G- Philly NoChange ........ 745-6277 1- ........................ ...-.... ║"
- message "║ H- Temple University ...... 787-6843 2- ........................ ...-.... ║"
- message "║ I- DBMS ................... 884-6122 3- ........................ ...-.... ║"
- message "║ J- Scooter Scientific ..... 922-2541 4- ........................ ...-.... ║"
- message "║ K- DE Valley Computer Club 331-0341 5- ........................ ...-.... ║"
- message "║ L- Micro BBS .............. 338-6005 6- ........................ ...-.... ║"
- message "║ M- Buck's Telematics ...... 493-5242 7- ........................ ...-.... ║"
- message "║ N- Datanet ................ 563-9211 8- ........................ ...-.... ║"
- message "║ O- Citadel BBS ............ 638-1176 9- ........................ ...-.... ║"
- message "║ P- PC, Junior ............. 752-2053 @- ........................ ...-.... ║"
- message "║ Q- Telematics C SIG ....... 753-8996 #- ........................ ...-.... ║"
- message "║ R- Valley Forge Computer .. 783-0291 $- ........................ ...-.... ║"
- message "║ S- Night Owl .............. 789-5216 %- ........................ ...-.... ║"
- message "║ T- System 2 ............... 825-3205 &- ........................ ...-.... ║"
- message "║ U- 8/N/1 #004 ............. 848-5728 *- ........................ ...-.... ║"
- message "╚════════════════════════════════════════════════════════════════════════════╝"
- locate 23,2
- get s0
-
- top:
- find s0 "A"
- in found
- assign s8 "945-4780"
- assign s6 "Junewood "
- gosub dial
- else
- endif
- find s0 "B"
- in found
- assign s8 "743-1799"
- assign s6 "Que "
- gosub dial
- else
- endif
- find s0 "C"
- in found
- assign s8 "649-5422"
- assign s6 "Comm Net "
- gosub dial
- else
- endif
- find s0 "D"
- in found
- assign s8 "356-0860"
- assign s6 "Newtown Square "
- gosub dial
- else
- endif
- find s0 "E"
- in found
- assign s8 "635-5227"
- assign s6 "PACS "
- gosub dial
- else
- endif
- find s0 "F"
- in found
- assign s8 "663-1487"
- assign s6 "Softshop "
- gosub dial
- else
- endif
- find s0 "G"
- in found
- assign s8 "745-6277"
- assign s6 "Philly Nochange "
- gosub dial
- else
- endif
- find s0 "H"
- in found
- assign s8 "787-6843"
- assign s6 "Temple University "
- gosub dial
- else
- endif
- find s0 "I"
- in found
- assign s8 "884-6122"
- assign s6 "DBMS "
- gosub dial
- else
- endif
- find s0 "J"
- in found
- assign s8 "922-2541"
- assign s6 "Scooter Scientific "
- gosub dial
- else
- endif
- find s0 "K"
- in found
- assign s8 "331-0341"
- assign s6 "DE Valley Computer Club "
- gosub dial
- else
- endif
- find s0 "L"
- in found
- assign s8 "338-6005"
- assign s6 "Micro BBS "
- gosub dial
- else
- endif
- find s0 "M"
- in found
- assign s8 "493-5242"
- assign s6 "Buck's Telematics "
- gosub dial
- else
- endif
- find s0 "N"
- in found
- assign s8 "563-9211"
- assign s6 "Datanet "
- gosub dial
- else
- endif
- find s0 "O"
- in found
- assign s8 "638-1176"
- assign s6 "Citadel BBS "
- gosub dial
- else
- endif
- find s0 "P"
- in found
- assign s8 "752-2053"
- assign s6 "PC, Jr. "
- gosub dial
- else
- endif
- find s0 "Q"
- in found
- assign s8 "753-8996"
- assign s6 "Telematics C SIG "
- gosub dial
- else
- endif
- find s0 "R"
- in found
- assign s8 "783-0291"
- assign s6 "Valley Forge Computer Club "
- gosub dial
- else
- endif
- find s0 "S"
- in found
- assign s8 "789-5216"
- assign s6 "Night Owl "
- gosub dial
- else
- endif
- find s0 "T"
- in found
- assign s8 "825-3205"
- assign s6 "System 2 "
- gosub dial
- else
- endif
- find s0 "U"
- in found
- assign s8 "848-5728"
- assign s6 "8/N/1 #004 "
- gosub dial
- else
- endif
- find s0 "V"
- in found
- assign s8 "927-6432"
- assign s6 "TIBBS "
- gosub dial
- else
- endif
- find s0 "W"
- in found
- assign s8 "928-7503"
- assign s6 "JeBBS Jefferson Medical "
- gosub dial
- else
- endif
- find s0 "X"
- in found
- assign s8 "945-4780"
- assign s6 "WCS TBBS "
- gosub dial
- else
- endif
- find s0 "Y"
- in found
- assign s8 "945-8182"
- assign s6 "Coast Nochange "
- gosub dial
- else
- endif
- find s0 "Z"
- in found
- assign s8 "947-5240"
- assign s6 "Huntingdon BBS "
- gosub dial
- else
- endif
- goto speedup ; Skip Empty Elements
- find s0 "0"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "1"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "2"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "3"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "4"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "5"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "6"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "7"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "8"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "9"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "@"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "#"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "$"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "%"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "&"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
- find s0 "*"
- if found
- assign s8 " - "
- assign s6 " "
- gosub dial
- else
- endif
-
- speedup:
- find s7 "M"
- if found
- assign s7 " "
- goto top
- else
- endif
- message "All Numbers Connected - Or Did Not Answer"
- alarm 2
- exit
-